Skip to main content
This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal

HCL Notes/Domino 8.5 Forum (includes Notes Traveler)

HCL Notes/Domino 8.5 Forum (includes Notes Traveler)

Previous Next
Subject: HTML Readonly Tag
Feedback Type: Suggestion
Product Area: Notes Client
Technical Area: Application Development
Platform: AIX
Release: 8.5.1
Reproducible: Not applicable

In the process of developing a form to be used in a browser I needed to replicate the computed when composed funtion in a client. Chris Toohey informed me of the readonly HTML tag which does exactly what I needed. However, the default look of a readonly field is a grey background with a border. I wanted to have a white background with no border.

I solved this by creating the below CSS in the HTML Head Content:

.ro {
width: 100%;
background-color:#FFFFFF;
color:#222;
border:none;
}

Once I had this I went to the HTML tab of the field and added the ro to the Class field and readonly to the Other field.

Problem solved


Feedback number WEBB87HLTW created by ~Ted Lopresonobu on 07/19/2010

Status: Open
Comments:





Printer-friendly

Search this forum

Member Tools


RSS Feeds

 RSS feedsRSS
All forum posts RSS
All main topics RSS